PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations.a3d Package / PDF3DStream Class / setDefaultViewName Method
A string matching the PDF3DView.getInternalName in one of the views in the collection returned by method.
In This Topic
    setDefaultViewName Method
    In This Topic
    Sets the name of the default 3D view.
    Syntax
    public void setDefaultViewName( 
       java.lang.String viewName
    )

    Parameters

    viewName
    A string matching the PDF3DView.getInternalName in one of the views in the collection returned by method.
    See Also